Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid sample names from big files found on mds3 init is reported to… #2541

Merged
merged 7 commits into from
Jan 9, 2025

Conversation

xzhou82
Copy link
Collaborator

@xzhou82 xzhou82 commented Dec 23, 2024

… console log

Description

closes #2540
contains misc fixes related to survivorship db rebuild

all CI pass. is not dependent on sjpp PR and can test with sjpp master

Checklist

Check each task that has been performed or verified to be not applicable.

  • Tests: added and/or passed unit and integration tests, or N/A
  • Todos: commented or documented, or N/A
  • Notable Changes: updated release.txt, prefixed a commit message with "fix:" or "feat:", added to an internal tracking document, or N/A

@xzhou82 xzhou82 marked this pull request as draft December 23, 2024 15:40
@xzhou82 xzhou82 force-pushed the issue.2540 branch 3 times, most recently from b5e682d to 2790c5e Compare January 5, 2025 16:45
@xzhou82 xzhou82 force-pushed the issue.2540 branch 2 times, most recently from 4933102 to f4efc7d Compare January 9, 2025 15:03
@xzhou82 xzhou82 marked this pull request as ready for review January 9, 2025 21:31
*/
type SnvindelComputeGroup_filter = {
// FIXME type value can only be 'filter' but breaks tsc
type: string //'filter'
Copy link
Collaborator Author

@xzhou82 xzhou82 Jan 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@creilly8 here supplying type:'filter' will cause npx tsc error (run this command in sjpp/ and checkout pp.issue.2513_newInput branch to get corresponding sjlife ds file changes)
could u take a look?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the type: 'filter' isn't compatible with the other type attributes as string. We saw a similar issue with non-overlapping attributes in unions typing the geneVariant termsetting code.

@xzhou82 xzhou82 merged commit 5232c0e into master Jan 9, 2025
4 checks passed
@xzhou82 xzhou82 deleted the issue.2540 branch January 9, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mds3 init should report invalid bcf sample, along with other changes related to CCSS data loading
4 participants